.leftimage .image-widget-image img {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.rightimage .image-widget-image img {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    margin-left: 50%;
}
